home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / release.not < prev    next >
Text File  |  1996-01-30  |  3KB  |  84 lines

  1.   Release notes for Ada/Ed-C 1.11.1 Sept 1, 1992
  2.  
  3. - Fixes for most bugs reported (see bug.log and bugs directory)
  4.  
  5. - A new round-robin option for tasking (currently the only method is a
  6.   run until blocked scheduling model) (see -r option on adaexec)
  7.   plus an additional tasking trace option. (see the -ts option of adaexec)
  8.  
  9. - Config information built in for additional machines.
  10.   The config.h now contains entries to support the following machines. 
  11.  
  12.   See the special notes in the README file for additional changes 
  13.   necessary to compile for the following targets.
  14.  
  15.   Silicon Graphics IRIS running IRIX
  16.   Sun3 running SunOS
  17.   Sun Sparcstation running SunOS
  18.   RS6000/AIX 
  19.   Decstation running ULTRIX
  20.   VAX running BSD 4.3 UNIX
  21.   386/DOS machines (with at least 2 megabytes of RAM)
  22.  
  23. - Changes to options for adabind, adaexec and adalib.
  24.   To make the way a Ada program library is specified more consistent for
  25.   all the phases, the "-l" has been added to adabind, adaexec and adalib
  26.   as the way of specifying the library file instead of as the last argument
  27.   on the command line. For backwards compatibilty the old way of specifying
  28.   a library will be kept but not documented.
  29.  
  30. - Inclusion of a directory of demo programs. These include some of the
  31.   prior release of the PC version of Ada/Ed-C verison 1.7 and also
  32.   demos from the release of the original SETL version of Ada/Ed from 1983.
  33.   Also include is Mike Feldman's portable dining philopshopers program.
  34.   A readme and scripts to run the programs are included.
  35.  
  36. - Removal of warnings when building predef. 
  37.   The useless messages pretaining to the node and symbol count for the
  38.   predefined units have all been suppressed.
  39.  
  40. - Note: programs must be recompiled from the previous version of Adaed-C
  41.   due to incompatibilites of format.
  42.  
  43. - For 386/DOS version:
  44.  
  45.    - The options to Ada/Ed are now case insensitive (for DOS version only).
  46.  
  47.    - Ada/Ed-C should now be compatible with the following DOS memory managers 
  48.      and operating environments:
  49.  
  50.      Qualitas 386MAX V6.0/V6.01d
  51.      DOS 5.0's EMM386
  52.      DOS 5.0 DOS=HIGH
  53.      Quarterdeck's QEMM-386 V6.00 and higher
  54.      Helix Software's NETROOM V2.2
  55.  
  56.    - Ada/Ed-C (DOS version) was compiled with the INTEL 386/486 Code Builder C 
  57.      compiler.  The executables for Ada/Ed-C are provided so there is no need
  58.      to compile the sources.
  59.  
  60.   Special Thanks for Mike Feldman of George Washington University for his
  61.   numerous suggestions and bug reports and his promoting of Ada/Ed-C.
  62.  
  63.   Thanks also for all those that contributed bugs reports, suggestions
  64.   and porting information. In alphabetical order, they are:
  65.  
  66.   Brian de Alwis
  67.   Laurent Bardet
  68.   Mark Culp
  69.   Rolf Ebert
  70.   Ed Ferguson
  71.   Gabriel Goodman
  72.   Eric Jensen
  73.   Arthur Vargas Lopes
  74.   Pascal Obry
  75.   Richard O'Keefe
  76.   Richard Pattis
  77.   Wolfgang Polak
  78.   David Rosenfeld
  79.   Satnam Singh
  80.   Keith Thompson
  81.   Stuart Weinstein
  82.   Steve Zeil
  83.   and any other people who I might have left out
  84.